NotificationProvider Xojo Plugin

DesktopNotificationProvider.Action Event

Fires when the body of the notification is clicked.

Action(
   notificationId as Integer,
   title as String,
   message as String,
   reference as WeakRef,
   ByRef shouldBeClosed as Boolean)

Parameters

notificationId
Unique id of the notification.
title
Title of the notification.
message
Message of the notification.
reference
Reference object if one was provided with the notification.
shouldBeClosed (ByRef parameter)
If this ByRef parameter is set to true then the notification should close after the click and it will be set to closed by user.

Remarks

If the close button of the notification is clicked then this event is not fired.

See Also

DesktopNotificationProvider Control